We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5d6cd commit b516809Copy full SHA for b516809
apitoolkit-dotnet.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <Version>1.0.4</Version>
+ <Version>1.0.5</Version>
5
<TargetFramework>net7.0</TargetFramework>
6
<PackageId>ApiToolkit.Net</PackageId>
7
<Authors>ApiToolkit</Authors>
@@ -19,7 +19,7 @@
19
</PropertyGroup>
20
21
<ItemGroup>
22
- <None Include="README.md" Pack="true" PackagePath="\"/>
+ <None Include="README.md" Pack="true" PackagePath="\" />
23
<PackageReference Include="Google.Apis.Auth" Version="1.62.0" />
24
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.7.0" />
25
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
@@ -33,4 +33,4 @@
33
<PackageReference Include="NUnit" Version="3.13.3" />
34
</ItemGroup>
35
36
-</Project>
+</Project>
0 commit comments