Skip to content

Commit

Permalink
Added files from v.0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Oct 17, 2022
1 parent b81dd10 commit 4264ae6
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Ceen.Common/Ceen.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Ceen.Common</AssemblyName>
<ReleaseVersion>0.9.9</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType />
Expand Down
2 changes: 1 addition & 1 deletion Ceen.Database/Ceen.Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<ReleaseVersion>0.9.9</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion Ceen.Extras/Ceen.Extras.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<ReleaseVersion>0.9.9</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion Ceen.Httpd.Cli/Ceen.Httpd.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Ceen.Httpd.Cli</AssemblyName>
<ReleaseVersion>0.9.9</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType />
Expand Down
2 changes: 1 addition & 1 deletion Ceen.Httpd/Ceen.Httpd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Ceen.Httpd</AssemblyName>
<ReleaseVersion>0.9.9</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType />
Expand Down
2 changes: 1 addition & 1 deletion Ceen.Mvc/Ceen.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Ceen.Mvc</AssemblyName>
<ReleaseVersion>0.9.9</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType />
Expand Down
2 changes: 1 addition & 1 deletion Ceen.PaaS/Ceen.PaaS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<ReleaseVersion>0.9.8</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion Ceen.Security/Ceen.Security.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Ceen.Security</AssemblyName>
<ReleaseVersion>0.9.9</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType />
Expand Down
2 changes: 1 addition & 1 deletion NetCoreRunner/NetCoreRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5</TargetFramework>
<ReleaseVersion>0.9.9</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NetFullRunner/NetFullRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>NetFullRunner</RootNamespace>
<AssemblyName>NetFullRunner</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<ReleaseVersion>0.9.9</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion NetFullRunner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("0.9.9")]
[assembly: AssemblyVersion("0.9.10")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
7 changes: 4 additions & 3 deletions NuGet/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ done
"${XBUILD}" "/p:Configuration=Release" "../Ceen.sln"

find . -type f -name "*.dll" | xargs rm
cp ../Ceen.Extras/bin/Release/netstandard2.0/*.dll .
cp ../Ceen.Security/bin/Release/netstandard2.0/*.dll .
cp ../Ceen.Httpd.Cli/bin/Release/netstandard2.0/*.dll .
cp ../Ceen.Extras/bin/Release/netstandard2.1/*.dll .
cp ../Ceen.Security/bin/Release/netstandard2.1/*.dll .
cp ../Ceen.Httpd.Cli/bin/Release/netstandard2.1/*.dll .
cp ../Ceen.PaaS/bin/Release/netstandard2.1/*.dll .

SED_EXPR_VER="s/.*\<version\>.*/ \<version\>${VERSION}\<\/version\>/"
SED_EXPR_DEP="s/\(.*\)\<dependency.*id\=\"Ceen\.\(.*\)\" version\=.*/\1\<dependency id\=\"Ceen.\2\" version\=\"${VERSION}\" \/\>/"
Expand Down
2 changes: 1 addition & 1 deletion NuGet/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.9
0.9.10
2 changes: 1 addition & 1 deletion ToDoList/ToDoList.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>ToDoList</RootNamespace>
<AnyCPU />
<OutputType>Exe</OutputType>
<ReleaseVersion>0.9.9</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Unittests/Unittests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<ReleaseVersion>0.9.8</ReleaseVersion>
<ReleaseVersion>0.9.10</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4264ae6

Please sign in to comment.