Skip to content

Commit

Permalink
Version 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MCKanpolat committed Feb 27, 2018
1 parent f370af1 commit f7833d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/StubMiddleware.Core/StubGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>StubGenerator</AssemblyName>
<RootNamespace>StubGenerator</RootNamespace>
<Authors>MCKanpolat</Authors>
<Company>MCKanpolat</Company>
<Authors>mckanpolat</Authors>
<Company>mckanpolat</Company>
<PackageProjectUrl>https://github.com/MCKanpolat/StubMiddleware</PackageProjectUrl>
<RepositoryUrl>https://github.com/MCKanpolat/StubMiddleware</RepositoryUrl>
<PackageTags>stub stubgenerator</PackageTags>
<Version>1.0.1</Version>
<Description>Stub Data Generator for .net core</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 5 additions & 2 deletions src/StubMiddleware/StubMiddleware.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Authors>MCKanpolat</Authors>
<Company>MCKanpolat</Company>
<Authors>mckanpolat</Authors>
<Company>mckanpolat</Company>
<PackageProjectUrl>https://github.com/MCKanpolat/StubMiddleware</PackageProjectUrl>
<RepositoryUrl>https://github.com/MCKanpolat/StubMiddleware</RepositoryUrl>
<PackageTags>stub stubgenerator middleware asp.net core</PackageTags>
<PackageReleaseNotes />
<Copyright></Copyright>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Description>Stub Data Generator Middleware for Asp.Net core</Description>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f7833d3

Please sign in to comment.