Skip to content
This repository was archived by the owner on Mar 23, 2022. It is now read-only.

Commit 1db7883

Browse files
committed
Rename core project
New behavior drops the internal Core-nomenclature from the project.
1 parent 967a596 commit 1db7883

26 files changed

+28
-33
lines changed

Stuntman.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "UsageSample.AspNetCore", "s
2525
EndProject
2626
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "UsageSampleMvc.AspNetCore", "samples\UsageSampleMvc.AspNetCore\UsageSampleMvc.AspNetCore.xproj", "{7BE101FC-EB16-43B4-A25B-9F590096F776}"
2727
EndProject
28-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "RimDev.Stuntman.Core.AspNetCore", "src\RimDev.Stuntman.Core.AspNetCore\RimDev.Stuntman.Core.AspNetCore.xproj", "{2822BCC5-31B2-45F3-A298-908643CA39BA}"
28+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "RimDev.Stuntman.AspNetCore", "src\RimDev.Stuntman.AspNetCore\RimDev.Stuntman.AspNetCore.xproj", "{2822BCC5-31B2-45F3-A298-908643CA39BA}"
2929
EndProject
3030
Global
3131
GlobalSection(SolutionConfigurationPlatforms) = preSolution

build/Build.Version.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<MajorVersion>1</MajorVersion>
5-
<MinorVersion>1</MinorVersion>
5+
<MinorVersion>2</MinorVersion>
66
<PatchVersion>0</PatchVersion>
77
</PropertyGroup>
88

samples/UsageSample.AspNetCore/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
1010
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
1111
"Microsoft.Extensions.Logging.Console": "1.0.0",
12-
"RimDev.Stuntman.Core.AspNetCore": {
12+
"RimDev.Stuntman.AspNetCore": {
1313
"target": "project"
1414
}
1515
},

samples/UsageSampleMvc.AspNetCore/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Microsoft.Extensions.Logging.Debug": "1.0.0",
2121
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
2222
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
23-
"RimDev.Stuntman.Core.AspNetCore": {
23+
"RimDev.Stuntman.AspNetCore": {
2424
"target": "project"
2525
}
2626
},

src/Core/Core.csproj

+11-11
Original file line numberDiff line numberDiff line change
@@ -62,31 +62,31 @@
6262
<Reference Include="System.Xml" />
6363
</ItemGroup>
6464
<ItemGroup>
65-
<Compile Include="..\RimDev.Stuntman.Core.AspNetCore\common\Constants.cs">
65+
<Compile Include="..\RimDev.Stuntman.AspNetCore\common\Constants.cs">
6666
<Link>common\Constants.cs</Link>
6767
</Compile>
68-
<Compile Include="..\RimDev.Stuntman.Core.AspNetCore\common\Resources.cs">
68+
<Compile Include="..\RimDev.Stuntman.AspNetCore\common\Resources.cs">
6969
<Link>common\Resources.cs</Link>
7070
</Compile>
71-
<Compile Include="..\RimDev.Stuntman.Core.AspNetCore\common\StuntmanAlignment.cs">
71+
<Compile Include="..\RimDev.Stuntman.AspNetCore\common\StuntmanAlignment.cs">
7272
<Link>common\StuntmanAlignment.cs</Link>
7373
</Compile>
74-
<Compile Include="..\RimDev.Stuntman.Core.AspNetCore\common\StuntmanClaimConverter.cs">
74+
<Compile Include="..\RimDev.Stuntman.AspNetCore\common\StuntmanClaimConverter.cs">
7575
<Link>common\StuntmanClaimConverter.cs</Link>
7676
</Compile>
77-
<Compile Include="..\RimDev.Stuntman.Core.AspNetCore\common\StuntmanOptions.cs">
77+
<Compile Include="..\RimDev.Stuntman.AspNetCore\common\StuntmanOptions.cs">
7878
<Link>common\StuntmanOptions.cs</Link>
7979
</Compile>
80-
<Compile Include="..\RimDev.Stuntman.Core.AspNetCore\common\StuntmanOptionsRetriever.cs">
80+
<Compile Include="..\RimDev.Stuntman.AspNetCore\common\StuntmanOptionsRetriever.cs">
8181
<Link>common\StuntmanOptionsRetriever.cs</Link>
8282
</Compile>
83-
<Compile Include="..\RimDev.Stuntman.Core.AspNetCore\common\StuntmanServerResponse.cs">
83+
<Compile Include="..\RimDev.Stuntman.AspNetCore\common\StuntmanServerResponse.cs">
8484
<Link>common\StuntmanServerResponse.cs</Link>
8585
</Compile>
86-
<Compile Include="..\RimDev.Stuntman.Core.AspNetCore\common\StuntmanUser.cs">
86+
<Compile Include="..\RimDev.Stuntman.AspNetCore\common\StuntmanUser.cs">
8787
<Link>common\StuntmanUser.cs</Link>
8888
</Compile>
89-
<Compile Include="..\RimDev.Stuntman.Core.AspNetCore\common\UserPicker.cs">
89+
<Compile Include="..\RimDev.Stuntman.AspNetCore\common\UserPicker.cs">
9090
<Link>common\UserPicker.cs</Link>
9191
</Compile>
9292
<Compile Include="IAppBuilderExtensions.cs" />
@@ -102,10 +102,10 @@
102102
<None Include="packages.config" />
103103
</ItemGroup>
104104
<ItemGroup>
105-
<EmbeddedResource Include="..\RimDev.Stuntman.Core.AspNetCore\assets\stuntman-logo.png">
105+
<EmbeddedResource Include="..\RimDev.Stuntman.AspNetCore\assets\stuntman-logo.png">
106106
<Link>assets\stuntman-logo.png</Link>
107107
</EmbeddedResource>
108-
<EmbeddedResource Include="..\RimDev.Stuntman.Core.AspNetCore\assets\stuntman.css">
108+
<EmbeddedResource Include="..\RimDev.Stuntman.AspNetCore\assets\stuntman.css">
109109
<Link>assets\stuntman.css</Link>
110110
</EmbeddedResource>
111111
</ItemGroup>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
using System.Reflection;
2+
3+
[assembly: AssemblyTitle("RimDev.Stuntman.AspNetCore")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace RimDev.Stuntman.Core
2+
{
3+
public partial class Resources
4+
{
5+
private const string StuntmanEmbeddedAssetsPrefix = "RimDev.Stuntman.AspNetCore.assets.";
6+
}
7+
}

src/RimDev.Stuntman.Core.AspNetCore/project.json src/RimDev.Stuntman.AspNetCore/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.2.0-*",
33
"authors": [ "Ritter Insurance Marketing" ],
44
"copyright": "Copyright 2016 Ritter Insurance Marketing",
55

src/RimDev.Stuntman.Core.AspNetCore/Properties/AssemblyInfo.cs

-3
This file was deleted.

src/RimDev.Stuntman.Core.AspNetCore/Resources.cs

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyTitle("RimDev.Stuntman.Core.AspNetCore.Tests")]
3+
[assembly: AssemblyTitle("RimDev.Stuntman.AspNetCore.Tests")]

tests/Core.AspNetCore.Tests/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"xunit": "2.2.0-beta2-build3300",
1616
"Microsoft.AspNetCore.TestHost": "1.0.0",
1717
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
18-
"RimDev.Stuntman.Core.AspNetCore": {
18+
"RimDev.Stuntman.AspNetCore": {
1919
"target": "project"
2020
}
2121
},

0 commit comments

Comments
 (0)