Skip to content

Commit 28bcd89

Browse files
Update assembly versions
1 parent 09f6fc5 commit 28bcd89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/OutputCacheProvider/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// COM, set the ComVisible attribute to true on that type.
3131
[assembly: ComVisible(false)]
3232
#if !NOCOMMONASSEMBLYVERSION
33-
[assembly: AssemblyVersion("1.1.0.0")]
34-
[assembly: AssemblyFileVersion("1.1.0.0")]
33+
[assembly: AssemblyVersion("4.1.0.0")]
34+
[assembly: AssemblyFileVersion("4.1.0.0")]
3535
#endif
3636
[assembly: AssemblyTitle("Cache Providers")]

src/RedisSessionStateProvider/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// COM, set the ComVisible attribute to true on that type.
3131
[assembly: ComVisible(false)]
3232
#if !NOCOMMONASSEMBLYVERSION
33-
[assembly: AssemblyVersion("1.1.0.0")]
34-
[assembly: AssemblyFileVersion("1.1.0.0")]
33+
[assembly: AssemblyVersion("5.1.0.0")]
34+
[assembly: AssemblyFileVersion("5.1.0.0")]
3535
#endif
3636
[assembly: AssemblyTitle("Cache Providers")]

0 commit comments

Comments
 (0)