Skip to content

Commit

Permalink
Alpha release
Browse files Browse the repository at this point in the history
Minor changes for the first alpha release.
  • Loading branch information
dustinmoris committed Sep 23, 2018
1 parent b1c8c7e commit 071c16a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Release Notes
=============

## 1.0.0-alpha-001

First functional version.
1 change: 1 addition & 0 deletions firewall.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Firewall/Firewall.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<!-- General -->
<AssemblyName>Firewall</AssemblyName>
<Version>1.0.0</Version>
<Version>1.0.0-alpha-001</Version>
<Description>An ASP.NET Core middleware for filtering IP addresses.</Description>
<Copyright>Copyright 2018 Dustin Moris Gorski</Copyright>
<Authors>Dustin Moris Gorski and contributors</Authors>
Expand All @@ -20,7 +20,7 @@
<PackageId>Firewall</PackageId>
<PackageTags>Firewall;IP Address;Filter;Security;ASP.NET Core</PackageTags>
<PackageReleaseNotes>https://raw.githubusercontent.com/dustinmoris/Firewall/master/RELEASE_NOTES.md</PackageReleaseNotes>
<PackageIconUrl>https://raw.githubusercontent.com/dustinmoris/Firewall/master/Firewall-64x64.png</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/dustinmoris/Firewall/master/firewall.svg</PackageIconUrl>
<PackageProjectUrl>https://github.com/dustinmoris/Firewall</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/dustinmoris/Firewall/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down
5 changes: 1 addition & 4 deletions tests/Firewall.Tests/Firewall.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.*" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.*" />
<PackageReference Include="System.Net.Http" Version="4.3.*" />
<PackageReference Include="xunit" Version="2.4.*" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.*" />
<PackageReference Include="NSubstitute" Version="3.1.*" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.*" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Firewall\Firewall.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 071c16a

Please sign in to comment.