Skip to content

Commit

Permalink
Bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
izrik committed Nov 12, 2021
1 parent 9d25f29 commit 7e6c68b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("0.7")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.8")]
[assembly: AssemblyFileVersion("0.8.0.0")]
2 changes: 2 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
2. In that branch:
* Check `todo.txt` for anything important, or anything already completed
* Bump the version numbers
* `Properties/AssemblyInfo.cs`
* `solus/Properties/AssemblyInfo.cs`
* Bump the dependency version in `soluscli.nuspec`
* Check files for license notices
* Check any other code formatting or static analysis
Expand Down
4 changes: 2 additions & 2 deletions solus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("0.7")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.8")]
[assembly: AssemblyFileVersion("0.8.0.0")]
2 changes: 1 addition & 1 deletion solus/soluscli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ USA
<tags>math numeric algebra</tags>
<dependencies>
<group>
<dependency id="MetaphysicsIndustries.Solus" version="0.7.0" />
<dependency id="MetaphysicsIndustries.Solus" version="0.8.0" />
</group>
<group targetFramework=".NETFramework4.0" />
</dependencies>
Expand Down

0 comments on commit 7e6c68b

Please sign in to comment.