Skip to content

Commit

Permalink
test github actions publish nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
izanhzh committed Dec 6, 2023
1 parent 3700d72 commit c98e32b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion framework/src/Amos.Abp.Domain/Amos.Abp.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<PackageProjectUrl>https://github.com/izanhzh/Amos.Abp</PackageProjectUrl>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<PackageProjectUrl>https://github.com/izanhzh/Amos.Abp</PackageProjectUrl>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion framework/src/Amos.Abp.SqlScript/Amos.Abp.SqlScript.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>Amos.Abp</RootNamespace>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
2 changes: 1 addition & 1 deletion framework/src/Amos.Abp.TempTable/Amos.Abp.TempTable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>Amos.Abp</RootNamespace>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit c98e32b

Please sign in to comment.