We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad01750 commit ad61c4cCopy full SHA for ad61c4c
Shuttle.Core.Data/.package/package.nuspec
@@ -3,7 +3,7 @@
3
<package>
4
<metadata>
5
<id>Shuttle.Core.Data</id>
6
- <version>16.0.0</version>
+ <version>16.0.1</version>
7
<authors>Eben Roux</authors>
8
<owners>Eben Roux</owners>
9
<license type="expression">BSD-3-Clause</license>
Shuttle.Core.Data/Properties/AssemblyInfo.cs
@@ -13,10 +13,10 @@
13
[assembly: AssemblyTitle(".NET Standard")]
14
#endif
15
16
-[assembly: AssemblyVersion("16.0.0.0")]
+[assembly: AssemblyVersion("16.0.1.0")]
17
[assembly: AssemblyCopyright("Copyright (c) 2024, Eben Roux")]
18
[assembly: AssemblyProduct("Shuttle.Core.Data")]
19
[assembly: AssemblyCompany("Eben Roux")]
20
[assembly: AssemblyConfiguration("Release")]
21
-[assembly: AssemblyInformationalVersion("16.0.0")]
+[assembly: AssemblyInformationalVersion("16.0.1")]
22
[assembly: ComVisible(false)]
0 commit comments