Skip to content

Commit b516809

Browse files
committed
bump version
1 parent 9b5d6cd commit b516809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apitoolkit-dotnet.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.0.4</Version>
4+
<Version>1.0.5</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<PackageId>ApiToolkit.Net</PackageId>
77
<Authors>ApiToolkit</Authors>
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<None Include="README.md" Pack="true" PackagePath="\"/>
22+
<None Include="README.md" Pack="true" PackagePath="\" />
2323
<PackageReference Include="Google.Apis.Auth" Version="1.62.0" />
2424
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.7.0" />
2525
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
@@ -33,4 +33,4 @@
3333
<PackageReference Include="NUnit" Version="3.13.3" />
3434
</ItemGroup>
3535

36-
</Project>
36+
</Project>

0 commit comments

Comments
 (0)