Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Aug 5, 2019
1 parent 77afb29 commit 28f47c5
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 139 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Expand Up @@ -160,3 +160,32 @@ ASALocalRun/

# NVidia Nsight GPU debugger configuration file
*.nvuser

# Because KDE
**/.directory

# Because macOS...
*.DS_Store

# User specific
**/.idea/**/workspace.xml
**/.idea/**/tasks.xml
**/.idea/shelf/*
**/.idea/dictionaries

# Sensitive or high-churn files
**/.idea/**/dataSources/
**/.idea/**/dataSources.ids
**/.idea/**/dataSources.xml
**/.idea/**/dataSources.local.xml
**/.idea/**/sqlDataSources.xml
**/.idea/**/dynamic.xml

# Rider
# Rider auto-generates .iml files, and contentModel.xml
**/.idea/**/*.iml
**/.idea/**/contentModel.xml
**/.idea/**/modules.xml

Thumbs.db
Desktop.ini
8 changes: 8 additions & 0 deletions .idea/.idea.RepositoryPattern.MongoDB/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.RepositoryPattern.MongoDB/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.RepositoryPattern.MongoDB/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

9 changes: 5 additions & 4 deletions RepositoryPattern.MongoDB/RepositoryPattern.MongoDB.csproj
Expand Up @@ -2,18 +2,19 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Title>GlitchedPolygons.RepositoryPattern.MongoDB</Title>
<AssemblyName>GlitchedPolygons.RepositoryPattern.MongoDB</AssemblyName>
<RootNamespace>GlitchedPolygons.RepositoryPattern.MongoDB</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Glitched Polygons</Authors>
<Description>Abstract MongoDB repository base class.</Description>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://raw.githubusercontent.com/GlitchedPolygons/RepositoryPattern/4d8816f64c600fcfb30d1f93d4bd2354d7f6df40/icon.png</PackageIconUrl>
<PackageTags>c# repository design pattern base interface declaration db database access abstraction repositories nosql mongo mongodb green leaf driver document collection</PackageTags>
<PackageReleaseNotes />
<PackageProjectUrl>https://github.com/GlitchedPolygons/RepositoryPattern</PackageProjectUrl>
<RepositoryUrl>https://github.com/GlitchedPolygons/RepositoryPattern.MongoDB</RepositoryUrl>
<Version>1.0.3</Version>
<PackageVersion>1.0.6</PackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -27,12 +28,12 @@
<ItemGroup>
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
<PackagePath />
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="GlitchedPolygons.RepositoryPattern" Version="1.0.4" />
<PackageReference Include="GlitchedPolygons.RepositoryPattern" Version="1.0.6" />
<PackageReference Include="MongoDB.Driver" Version="2.8.0" />
</ItemGroup>

Expand Down

0 comments on commit 28f47c5

Please sign in to comment.