Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit d1ea225

Browse files
committed
Added a readme.
1 parent 47c215e commit d1ea225

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

AlwaysEncryptedSample.Models/AlwaysEncryptedSample.Models.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
</Compile>
127127
</ItemGroup>
128128
<ItemGroup>
129+
<None Include="AlwaysEncryptedSample.Models.nuspec" />
129130
<None Include="app.config" />
130131
<None Include="packages.config">
131132
<SubType>Designer</SubType>
@@ -134,6 +135,7 @@
134135
<Generator>SettingsSingleFileGenerator</Generator>
135136
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
136137
</None>
138+
<None Include="Readme.md" />
137139
</ItemGroup>
138140
<ItemGroup>
139141
<EmbeddedResource Include="Properties\Resources.resx">

AlwaysEncryptedSample.Models/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
77
[assembly: AssemblyTitle("AlwaysEncryptedSample.Models")]
8-
[assembly: AssemblyDescription("EF Core 6 and Asp.Net Identity Object models")]
8+
[assembly: AssemblyDescription("EF Core 6 and Asp.Net Identity Object models for the AlwaysEncryptedSample. ")]
99

1010
[assembly: ComVisible(false)]
1111
[assembly: Guid("6f9599eb-3c9a-45ad-a081-30f83946d63c")]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# AlwaysEncryptedSample.Models
2+
3+
[![NuGet](http://img.shields.io/nuget/v/AlwaysEncryptedSample.Models.svg)](https://www.nuget.org/packages/AlwaysEncryptedSample.Models)
4+
5+
EF Core 6 and Asp.Net Identity Object models for the AlwaysEncryptedSample.

0 commit comments

Comments
 (0)