Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabin Thapa committed Apr 20, 2018
1 parent ceb7f0c commit e1da065
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sample/Noty.FeatureFolders/Noty.FeatureFolders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
<!--<PackageReference Include="NToastNotify" Version="5.0.6" />-->
<PackageReference Include="NToastNotify" Version="5.0.7" />
<PackageReference Include="OdeToCode.AddFeatureFolders" Version="2.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\NToastNotify.csproj" />
<!-- <ProjectReference Include="..\..\src\NToastNotify.csproj" /> -->
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions sample/Toastr/Toastr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.3" />
<!--<PackageReference Include="NToastNotify" Version="5.0.6" />-->
<PackageReference Include="NToastNotify" Version="5.0.7" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\NToastNotify.csproj" />
<!--<ProjectReference Include="..\..\src\NToastNotify.csproj" />-->
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/NToastNotify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>Dot Net abstraction of javascript toastr to create toast notification on ASP.NET Core MVC Projects</Description>
<Copyright>Nabin Karki Thapa</Copyright>
<AssemblyTitle>NToastNotify</AssemblyTitle>
<VersionPrefix>5.0.6</VersionPrefix>
<VersionPrefix>5.0.7</VersionPrefix>
<Authors>Nabin Kakri Thapa</Authors>
<PackageProjectUrl>https://github.com/nabinked/NToastNotify</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit e1da065

Please sign in to comment.