Skip to content

Commit

Permalink
v16.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Jul 16, 2024
1 parent ad01750 commit ad61c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Shuttle.Core.Data/.package/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Shuttle.Core.Data</id>
<version>16.0.0</version>
<version>16.0.1</version>
<authors>Eben Roux</authors>
<owners>Eben Roux</owners>
<license type="expression">BSD-3-Clause</license>
Expand Down
4 changes: 2 additions & 2 deletions Shuttle.Core.Data/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
[assembly: AssemblyTitle(".NET Standard")]
#endif

[assembly: AssemblyVersion("16.0.0.0")]
[assembly: AssemblyVersion("16.0.1.0")]
[assembly: AssemblyCopyright("Copyright (c) 2024, Eben Roux")]
[assembly: AssemblyProduct("Shuttle.Core.Data")]
[assembly: AssemblyCompany("Eben Roux")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("16.0.0")]
[assembly: AssemblyInformationalVersion("16.0.1")]
[assembly: ComVisible(false)]

0 comments on commit ad61c4c

Please sign in to comment.