Skip to content

Commit

Permalink
updated gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
reed committed Apr 19, 2019
1 parent e88068c commit ec866d2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
24 changes: 16 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Mono auto generated files
mono_crash.*

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
One_sgp4/bin
One_sgp4/obj

# Visual Studio 2015/2017 cache/options directory
.vs/
Expand Down Expand Up @@ -201,12 +204,14 @@ BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
!?*.[Cc]ache/

# Others
ClientBin/
Expand Down Expand Up @@ -250,6 +255,7 @@ ServiceFabricBackup/
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- Backup*.rdl

# Microsoft Fakes
FakesAssemblies/
Expand Down Expand Up @@ -285,10 +291,6 @@ paket-files/
# FAKE - F# Make
.fake/

# JetBrains Rider
.idea/
*.sln.iml

# CodeRush personal settings
.cr/personal

Expand Down Expand Up @@ -328,4 +330,10 @@ ASALocalRun/
.mfractor/

# Local History for Visual Studio
.localhistory/
.localhistory/

# BeatPulse healthcheck temp database
healthchecksdb

# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
1 change: 0 additions & 1 deletion OneSGP4_Example/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using One_Sgp4;
using System;
using System.Collections.Generic;
using System.Threading;

namespace OneSGP4_Example
{
Expand Down
3 changes: 2 additions & 1 deletion OneSgp4_Tests/OneSgp4_Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OneSgp4_Tests</RootNamespace>
<AssemblyName>OneSgp4_Tests</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions One_Sgp4/One_Sgp4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net40;net45</TargetFrameworks>
<Version>1.0.6</Version>
<Version>1.0.8</Version>
<PackageReleaseNotes>Included Net 4.0 and Net 4.5 as TargetFrameworks</PackageReleaseNotes>
<AssemblyVersion>1.0.6.0</AssemblyVersion>
<AssemblyVersion>1.0.8.0</AssemblyVersion>
</PropertyGroup>

</Project>

0 comments on commit ec866d2

Please sign in to comment.