Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
try0 committed Apr 24, 2021
1 parent ddfa0a9 commit b902f15
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 29 deletions.
2 changes: 1 addition & 1 deletion FeedbackMessages.Abstractions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>FeedbackMessages.Abstractions</id>
<version>0.4.0</version>
<version>0.5.0</version>
<title>FeedbackMessages.Abstractions</title>
<authors>Ryo Tsunoda</authors>
<owners>Ryo Tsunoda</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>FeedbackMessages</RootNamespace>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.3.0.0</FileVersion>
<Version>0.4.0</Version>
<AssemblyVersion>0.5.0.0</AssemblyVersion>
<FileVersion>0.5.0.0</FileVersion>
<Version>0.5.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
6 changes: 3 additions & 3 deletions FeedbackMessages.AspNetCore.Blazor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>FeedbackMessages.AspNetCore.Blazor</id>
<version>0.4.0</version>
<version>0.5.0</version>
<title>FeedbackMessages.AspNetCore.Blazor</title>
<authors>Ryo Tsunoda</authors>
<owners>Ryo Tsunoda</owners>
Expand All @@ -20,8 +20,8 @@

<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="FeedbackMessages" version="0.4.0"/>
<dependency id="FeedbackMessages.AspNetCore.Mvc" version="0.4.0"/>
<dependency id="FeedbackMessages" version="0.5.0"/>
<dependency id="FeedbackMessages.AspNetCore.Mvc" version="0.5.0"/>
</group>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.4.0</Version>
<Version>0.5.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Forms" Version="3.0.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions FeedbackMessages.AspNetCore.Mvc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>FeedbackMessages.AspNetCore.Mvc</id>
<version>0.4.0</version>
<version>0.5.0</version>
<title>FeedbackMessages.AspNetCore.Mvc</title>
<authors>Ryo Tsunoda</authors>
<owners>Ryo Tsunoda</owners>
Expand All @@ -20,7 +20,7 @@

<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="FeedbackMessages" version="0.4.0"/>
<dependency id="FeedbackMessages" version="0.5.0"/>
<dependency id="Microsoft.AspNetCore.Mvc.Core" version="2.1.3"/>
<dependency id="Microsoft.AspNetCore.Mvc.RazorPages" version="2.1.3"/>
</group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>FeedbackMessages</RootNamespace>
<Version>0.4.0</Version>
<Version>0.5.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>FeedbackMessages</RootNamespace>
<Version>0.4.0</Version>
<Version>0.5.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions FeedbackMessages.Mvc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>FeedbackMessages.Mvc</id>
<version>0.4.0</version>
<version>0.5.0</version>
<title>FeedbackMessages.Mvc</title>
<authors>Ryo Tsunoda</authors>
<owners>Ryo Tsunoda</owners>
Expand All @@ -21,7 +21,7 @@

<dependencies>
<group targetFramework=".NETFramework4.6.1">
<dependency id="FeedbackMessages" version="0.4.0"/>
<dependency id="FeedbackMessages" version="0.5.0"/>
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0"/>
</group>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions FeedbackMessages.Mvc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 以下のように '*' を使用します:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
6 changes: 3 additions & 3 deletions FeedbackMessages.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>FeedbackMessages</id>
<version>0.4.0</version>
<version>0.5.0</version>
<title>FeedbackMessages</title>
<authors>Ryo Tsunoda</authors>
<owners>Ryo Tsunoda</owners>
Expand All @@ -22,14 +22,14 @@

<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="FeedbackMessages.Abstractions" version="0.4.0"/>
<dependency id="FeedbackMessages.Abstractions" version="0.5.0"/>
<dependency id="Microsoft.AspNetCore.Session" version="2.1.1" />
<dependency id="Microsoft.AspNetCore.Http.Extensions" version="2.1.1" />
<dependency id="Microsoft.AspNetCore.Http" version="2.1.1" />
<dependency id="Microsoft.AspNetCore.Html.Abstractions" version="2.1.1" />
</group>
<group targetFramework=".NETFramework4.6.1">
<dependency id="FeedbackMessages.Abstractions" version="0.4.0"/>
<dependency id="FeedbackMessages.Abstractions" version="0.5.0"/>
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0"/>
</group>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions FeedbackMessages/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 以下のように '*' を使用します:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
8 changes: 4 additions & 4 deletions Tests/FeedbackMessages.Test/FeedbackMessages.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
<HintPath>..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
Expand All @@ -91,7 +91,7 @@
<HintPath>..\..\packages\System.Diagnostics.DiagnosticSource.4.6.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
</Reference>
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
<HintPath>..\..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Net" />
<Reference Include="System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
Expand All @@ -106,8 +106,8 @@
<Reference Include="System.Text.Encoding.CodePages, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Text.Encoding.CodePages.4.5.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
</Reference>
<Reference Include="System.Text.Encodings.Web, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Text.Encodings.Web.4.6.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
<Reference Include="System.Text.Encodings.Web, Version=4.0.5.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Text.Encodings.Web.4.7.2\lib\net461\System.Text.Encodings.Web.dll</HintPath>
</Reference>
<Reference Include="System.Text.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll</HintPath>
Expand Down
4 changes: 4 additions & 0 deletions Tests/FeedbackMessages.Test/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.5.1" newVersion="4.0.5.1" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<appSettings>
Expand Down
6 changes: 3 additions & 3 deletions Tests/FeedbackMessages.Test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" />
<package id="OpenCover" version="4.7.922" targetFramework="net461" />
<package id="System.Buffers" version="4.5.0" targetFramework="net461" />
<package id="System.Buffers" version="4.5.1" targetFramework="net461" />
<package id="System.Diagnostics.DiagnosticSource" version="4.6.0" targetFramework="net461" />
<package id="System.Memory" version="4.5.3" targetFramework="net461" />
<package id="System.Memory" version="4.5.4" targetFramework="net461" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net461" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.6.0" targetFramework="net461" />
<package id="System.Text.Encoding.CodePages" version="4.5.0" targetFramework="net461" />
<package id="System.Text.Encodings.Web" version="4.6.0" targetFramework="net461" />
<package id="System.Text.Encodings.Web" version="4.7.2" targetFramework="net461" />
<package id="System.Text.Json" version="4.6.0" targetFramework="net461" />
<package id="System.Threading.Tasks.Extensions" version="4.5.2" targetFramework="net461" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net461" />
Expand Down

0 comments on commit b902f15

Please sign in to comment.