Skip to content

Commit

Permalink
bump version to 1.0.5, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
am1goo committed May 15, 2024
1 parent 2ea426d commit 5ca7e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dotnet add package am1goo.Storm.Net
3. After the command completes, open the *.csproj* file in Visual Studio to see the added NuGet package reference:
```xml
<ItemGroup>
<PackageReference Include="am1goo.Storm.Net" Version="1.0.4" />
<PackageReference Include="am1goo.Storm.Net" Version="1.0.5" />
</ItemGroup>
```

Expand Down
2 changes: 1 addition & 1 deletion Storm/Storm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RepositoryType>git</RepositoryType>
<PackageTags>storm, strong, typed, inline, system, csharp, dotnet, text, serialization, deserialization, web, include</PackageTags>
<NoWarn>NU1901;NU1902;NU1903;NU1904</NoWarn>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5ca7e8b

Please sign in to comment.