Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dawkaka committed Jul 1, 2024
1 parent 9b5d6cd commit b516809
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apitoolkit-dotnet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<TargetFramework>net7.0</TargetFramework>
<PackageId>ApiToolkit.Net</PackageId>
<Authors>ApiToolkit</Authors>
Expand All @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="README.md" Pack="true" PackagePath="\" />
<PackageReference Include="Google.Apis.Auth" Version="1.62.0" />
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.7.0" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
Expand All @@ -33,4 +33,4 @@
<PackageReference Include="NUnit" Version="3.13.3" />
</ItemGroup>

</Project>
</Project>

0 comments on commit b516809

Please sign in to comment.